Add a new pet to the store
The request body is of type Pet.
Pet object that needs to be added to the store
Overview
|
Pet
Represents a single Pet in the Store.
|
id : integer
Unique identifier for this pet.
|
|
|
id : integer
Unique identifier for this category.
|
|
name : string
Category Name.
| |
|
photoUrls : Array[string]
Photo Urls.
|
|
tags : Array[Tag]
Tags currently applied to this Pet.
|
id : integer
Unique identifier for this tag.
|
|
|
status : string
Pet Status.
| |